-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 [Frontend] Wording: Don't say Failed, say Unsuccessful #7361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
GitHK
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. This I spotted some more. Left some comments and suggestions
services/static-webserver/client/source/class/osparc/auth/ui/LoginView.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/desktop/organizations/MembersList.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/desktop/paymentMethods/PaymentMethods.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/file/FileDownloadLink.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/file/FileLabelWithActions.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/info/MergedLarge.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/info/ServiceLarge.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/info/StudyLarge.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/study/StudyOptions.js
Outdated
Show resolved
Hide resolved
…oginView.js Co-authored-by: Andrei Neagu <[email protected]>
…LabelWithActions.js Co-authored-by: Andrei Neagu <[email protected]>
…aymentMethods/PaymentMethods.js Co-authored-by: Andrei Neagu <[email protected]>
…DownloadLink.js Co-authored-by: Andrei Neagu <[email protected]>
…edLarge.js Co-authored-by: Andrei Neagu <[email protected]>
…dyOptions.js Co-authored-by: Andrei Neagu <[email protected]>
|
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
…iceLarge.js Co-authored-by: Andrei Neagu <[email protected]>
…yLarge.js Co-authored-by: Andrei Neagu <[email protected]>
…rganizations/MembersList.js Co-authored-by: Andrei Neagu <[email protected]>
sanderegg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing
|



What do these changes do?
In this PR, I get rid of the "Failed" word from the messages (created in the frontend) shown to the users, and these are replaced by "Unsuccessful".
Also, I took advantage to do some (noisy) refactoring in the way the FlashMessenger handles the errors, this will ease the work that needs to be done in the copy-OEC-to-clipboard issue.
Related issue/s
How to test
Dev-ops checklist